Feature: Tag updates should be visible on webSite

Scenarios

Chart

Status

Progress

1

Passed

100.0 %

Failed

0.0 %
Total duration:
0m 33.752s

Scenario: Tag updates should be visible on webSite

Given I navigate to page "" 0m 2.813s
Then I enter "" into input field having css selector "input[name='identification']" 0m 2.121s
Then I enter "" into input field having css selector "input[name='password']" 0m 2.115s
Then I click on element having css selector "button.login" 0m 2.108s
Then I click on element having css selector "a[href='#/tags/']" 0m 2.093s
Then I click on element having css selector "a[href*='?tag=']+a" 0m 2.165s
Then I clear input field having css selector "input[name='name']" 0m 2.160s
Then I enter "$name_1" into input field having css selector "input[name='name']" 0m 5.111s
Then I clear input field having css selector "textarea[name='description']" 0m 2.142s
Then I enter "$name_2" into input field having css selector "textarea[name='description']" 0m 2.089s
Then I clear input field having css selector "input[name='slug']" 0m 2.145s
Then I enter "$name_3" into input field having css selector "input[name='slug']" 0m 2.104s
Then I click on element with xpath "//button[@type='button' and contains(., 'Save')]" 0m 2.094s
Then I navigate to page "" and slug "$$name_3" 0m 2.452s
Then I should see text "$$name_1" 0m 0.021s
Then I should see text "$$name_2" 0m 0.019s

Screenshots

Given I navigate to page ""
Then I enter "" into input field having css selector "input[name='identification']"
Then I enter "" into input field having css selector "input[name='password']"
Then I click on element having css selector "button.login"
Then I click on element having css selector "a[href='#/tags/']"
Then I click on element having css selector "a[href*='?tag=']+a"
Then I clear input field having css selector "input[name='name']"
Then I enter "$name_1" into input field having css selector "input[name='name']"
Then I clear input field having css selector "textarea[name='description']"
Then I enter "$name_2" into input field having css selector "textarea[name='description']"
Then I clear input field having css selector "input[name='slug']"
Then I enter "$name_3" into input field having css selector "input[name='slug']"
Then I click on element with xpath "//button[@type='button' and contains(., 'Save')]"
Then I navigate to page "" and slug "$$name_3"
Then I should see text "$$name_1"
Then I should see text "$$name_2"